projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b807781
)
(EmacsFrameSetCharSize): Call do_pending_window_change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 5 Aug 1996 19:46:39 +0000
(19:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 5 Aug 1996 19:46:39 +0000
(19:46 +0000)
src/widget.c
patch
|
blob
|
history
diff --git
a/src/widget.c
b/src/widget.c
index 6358a067ed83930d0ea8d3c410b775850fb4579e..ae5159ad3cb570503d35668bb020b428377ddf29 100644
(file)
--- a/
src/widget.c
+++ b/
src/widget.c
@@
-951,6
+951,8
@@
EmacsFrameSetCharSize (widget, columns, rows)
update_hints_inhibit = 0;
update_wm_hints (ew);
+ do_pending_window_change ();
+
/* These seem to get clobbered. I don't know why. - rms. */
f->output_data.x->widget->core.x = old_left;
f->output_data.x->widget->core.y = old_top;